Make gtk_init_with_args behave as documented
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Sep 2016 19:12:47 +0000 (15:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 27 Sep 2016 19:12:47 +0000 (15:12 -0400)
commit8a7d0ab4813457088335685e956313afbd1d65a1
tree422e493a2c1a88c7f042e0fba7544e463298cdea
parent6181ff255251ce9cde231c6db8c04e4f4bb1d71b
Make gtk_init_with_args behave as documented

This docs say it should return FALSE if the display can't be opened,
but it was failing.

https://bugzilla.gnome.org/show_bug.cgi?id=771959
gtk/gtkmain.c